KikuGie's Commons
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.ranges
/
shl
shl
infix inline
fun
IntRange
.
shl
(
n
:
Int
)
:
IntRange
(
source
)
infix inline
fun
LongRange
.
shl
(
n
:
Long
)
:
LongRange
(
source
)
infix inline
fun
LongRange
.
shl
(
n
:
Int
)
:
LongRange
(
source
)
Shifts
this
range
n
steps to the left. The result is unchecked.